From: Chong Yidong Date: Wed, 6 Jun 2007 18:58:56 +0000 (+0000) Subject: (xpm_load): Remove spurious call to xpm_init_color_cache. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18855^2~2084 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=50fe22634870a509259374b96c9ecd25dfd0674f;p=emacs.git (xpm_load): Remove spurious call to xpm_init_color_cache. --- diff --git a/src/image.c b/src/image.c index eacea4a1d97..ebb73e3996e 100644 --- a/src/image.c +++ b/src/image.c @@ -3910,9 +3910,6 @@ xpm_load (f, img) attrs.valuemask |= XpmCloseness; #endif /* not XpmAllocCloseColors */ #endif /* ALLOC_XPM_COLORS */ -#ifdef ALLOC_XPM_COLORS - xpm_init_color_cache (f, &attrs); -#endif /* If image specification contains symbolic color definitions, add these to `attrs'. */